statement n. 1.陈述,声明,声明书。 2.【法律】供述;交待。 3.【商业】贷借对照表;(财务)报告书。 Statements should be based on facts. 说话要有根据。 prepare an official statement 准备一项正式说明。 make a detailed statement of profit and loss 出具详细的损益计算书。 issue a statement 发表一个声明。 a random statement 胡乱的供词。 a bank statement 银行报告单[结单]。
One or more parameters can be declared in a create procedure statement 在create procedure语句中可以声明一个或多个参数。
These grouped procedures can be dropped together by using one drop procedure statement 使用一个drop procedure语句可将这些分组过程一起删除。
Modifies a previously created procedure that was created by executing the create procedure statement 修改先前通过执行create procedure语句创建的过程。
Create procedure statements cannot be combined with other sql statements in a single batch Create procedure语句不能与其他sql语句在单个批处理中组合使用。
Exec procedure statement causes the insert statement to be rolled back , but the batch continues 语句引用的存储过程中的rollback语句将导致insert语句回滚,但批处理继续执行。
The create procedure statement cannot be combined with other transact - sql statements in a single batch 在单个批处理中, create procedure语句不能与其他transact - sql语句组合使用。
Indicates that sql server will convert the original text of the create procedure statement to an obfuscated format 指示sql server将create procedure语句的原始文本转换为模糊格式。
Indicates that the database engine will convert the original text of the alter procedure statement to an obfuscated format 指示数据库引擎会将alter procedure语句的原始文本转换为模糊格式。
Once the assembly has been created , we can now access our helloworld method by using the create procedure statement 在创建了该程序集之后,现在可以通过使用create procedure语句访问我们的helloworld方法。
Is an existing optional integer that is used to group procedures of the same name so that they can be dropped together by using one drop procedure statement 现有的可选整数,该整数用来对具有同一名称的过程进行分组,以便可以用一个drop procedure语句全部删除它们。